chore(yarn-cli): update bundled yarn#623
Merged
TorinAsakura merged 3 commits intomasterfrom Apr 29, 2026
Merged
Conversation
Update bundled Yarn packages to 4.14.1 and rebuild the CLI/PnP artifacts. Declare js-yaml for code schematics so the Yarn CLI bundle builds under PnP after the upgrade.
Member
Author
|
Codex Review: Didn't find any major issues. Swish! ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Таска
Как проверять
Основной сценарий
feature/update-bundled-yarn, Rosetta Node/usr/local/bin/node, bundled Yarn.yarn/releases/yarn.mjs.Действие: запустить
/usr/local/bin/node .yarn/releases/yarn.mjs workspace @atls/yarn-cli build.Ожидаемый результат: сборка завершается успешно, в выводе есть
SchematicFactory build successed,js-yamlPnP resolution error из [Bug] Убрать js-yaml PnP error из сборки CLI #620 не воспроизводится.Дополнительный сценарий
feature/update-bundled-yarn, Rosetta Node/usr/local/bin/node.Действие: запустить проверки из блока ниже.
Ожидаемый результат: команды завершаются с exit code 0;
install --immutableне требует lockfile-правок;yarn/cli/dist/yarn.mjsи.yarn/releases/yarn.mjsbyte-identical; release workspaces@atls/code-configurationи@atls/code-packсобираются на обновлённом toolchain.Пруфы
/usr/local/bin/node .yarn/releases/yarn.mjs -v # 1.1.67-atls/usr/local/bin/node .yarn/releases/yarn.mjs install --immutable # exit 0; existing peer/build-script warnings only/usr/local/bin/node .yarn/releases/yarn.mjs workspace @atls/code-configuration build /usr/local/bin/node .yarn/releases/yarn.mjs workspace @atls/code-pack build # exit 0/usr/local/bin/node .yarn/releases/yarn.mjs workspaces changed foreach -t run build # exit 0; Done in 7m 4s/usr/local/bin/node .yarn/releases/yarn.mjs typecheck yarn code # exit 0; 226 files/usr/local/bin/node .yarn/releases/yarn.mjs raijin:check # exit 0/usr/local/bin/node .yarn/releases/yarn.mjs lint cli/cli-ui-test-progress/src/test-progress-bar.component.tsx cli/cli-ui-test-progress/src/test-progress-files.component.tsx code/code-test/src/tester.ts yarn/plugin-checks/sources/abstract-checks-test.command.test.ts yarn/plugin-checks/sources/abstract-checks-test.command.ts yarn/plugin-checks/sources/test-results.formatter.ts yarn/plugin-test/sources/abstract-test.command.tsx # exit 0cmp -s yarn/cli/dist/yarn.mjs .yarn/releases/yarn.mjs # exit 0